| Classwise Concept with Examples | ||||||
|---|---|---|---|---|---|---|
| 6th | 7th | 8th | 9th | 10th | 11th | 12th |
Chapter 3 Pair of Linear Equations in Two Variables (Concepts)
Having explored linear equations involving a single variable, we now advance our algebraic journey to investigate Pairs of Linear Equations in Two Variables. This chapter focuses on understanding systems where two distinct linear relationships, typically involving variables $x$ and $y$, operate simultaneously. Such systems are fundamental for modeling and solving a vast array of real-world problems where multiple conditions or constraints coexist. We aim to determine values for $x$ and $y$ that satisfy both equations at the same time.
A pair of linear equations in two variables, $x$ and $y$, is generally represented in the standard form:
- $a_1x + b_1y + c_1 = 0$
- $a_2x + b_2y + c_2 = 0$
Graphically, since each linear equation in two variables represents a straight line on the Cartesian plane, a system of two such equations corresponds to a pair of straight lines. The geometric relationship between these two lines directly reveals the nature of the system's solutions:
- Intersecting Lines: If the two lines intersect at exactly one point, the system has precisely one unique solution, corresponding to the coordinates of the intersection point. Such a system is called a consistent system.
- Parallel Lines: If the two lines are parallel, they never intersect. Consequently, the system has no solution. This type of system is termed an inconsistent system.
- Coincident Lines: If the two equations represent the exact same line (one line lies completely on top of the other), there are infinitely many solutions, as every point on the line satisfies both equations. This is considered a dependent consistent system.
Remarkably, we can determine the nature of the solutions (and thus the geometric relationship) algebraically, simply by comparing the ratios of the corresponding coefficients:
- For a Unique Solution (Intersecting Lines): $\frac{a_1}{a_2} \neq \frac{b_1}{b_2}$
- For No Solution (Parallel Lines): $\frac{a_1}{a_2} = \frac{b_1}{b_2} \neq \frac{c_1}{c_2}$
- For Infinitely Many Solutions (Coincident Lines): $\frac{a_1}{a_2} = \frac{b_1}{b_2} = \frac{c_1}{c_2}$
These conditions provide a powerful algebraic check for the consistency and dependency of a system without needing to graph the lines.
Beyond graphical interpretation and consistency checks, we learn several robust algebraic methods to find the exact solution(s) when they exist:
- Substitution Method: This involves solving one of the equations for one variable (e.g., expressing $y$ in terms of $x$) and then substituting this expression into the other equation. This results in a single linear equation in one variable, which can be solved. The found value is then substituted back into one of the original equations (or the expression derived earlier) to find the value of the second variable.
- Elimination Method: The goal here is to eliminate one variable by making its coefficients numerically equal (but possibly opposite in sign) in both equations. This is achieved by multiplying one or both equations by suitable non-zero constants. The resulting equations are then added or subtracted appropriately to eliminate one variable, leaving a single equation in the other variable to be solved. The value found is substituted back to find the eliminated variable.
- Cross-Multiplication Method: (Note: Sometimes optional in curricula) This method provides a direct formula for the solution $(x, y)$ derived from the standard form coefficients: $$ \frac{x}{b_1c_2 - b_2c_1} = \frac{y}{c_1a_2 - c_2a_1} = \frac{1}{a_1b_2 - a_2b_1} $$ This allows direct calculation of $x$ and $y$, provided $a_1b_2 - a_2b_1 \neq 0$ (the condition for a unique solution).
A significant part of this chapter involves applying these techniques to solve word problems. This requires translating real-world scenarios involving numbers, ages, geometry, speed-distance-time (including upstream/downstream river boat problems), work-time, costs (maybe using $\textsf{₹}$), etc., into a system of two linear equations, which is then solved using the most suitable method. We also encounter equations that are not initially linear but can be reduced to linear form through appropriate substitutions (e.g., if equations involve terms like $\frac{1}{x}$ or $\frac{1}{y}$, substituting $u=\frac{1}{x}$ and $v=\frac{1}{y}$ can transform them into a linear system in $u$ and $v$).
Graphs and Solutions of Linear Equations in Two Variables
In earlier classes, we solved equations like $2x + 5 = 0$, which have only one variable and one unique solution. Now, we explore linear equations with two variables. These are incredibly useful for representing relationships between two changing quantities, like the relationship between the number of items bought and the total cost.
What is a Linear Equation in Two Variables?
A linear equation in two variables is any equation that can be written in the standard form:
$ax + by + c = 0$
Here's what each part means:
- $x$ and $y$ are the two variables.
- $a, b,$ and $c$ are real numbers that act as coefficients and a constant.
- The key condition is that $a$ and $b$ cannot both be zero ($a^2 + b^2 \neq 0$). If both were zero, the variables would disappear!
The term "linear" is used because the highest power of each variable is 1, and when you graph the equation, it always forms a perfect straight line.
Examples:
- $3x + 2y - 10 = 0$ (Here $a=3, b=2, c=-10$)
- $x - 4y = 5$ (Can be written as $1x - 4y - 5 = 0$)
- $y = 7$ (Can be written as $0x + 1y - 7 = 0$. Since $b \neq 0$, this is valid).
Solutions of a Linear Equation
A solution to a linear equation in two variables is an ordered pair of numbers $(x, y)$ that makes the equation a true statement. Think of it as a pair of values that perfectly balances the equation.
Unlike equations with one variable, a single linear equation in two variables has infinitely many solutions. For any value you choose for $x$, you can find a corresponding value for $y$ that works, and vice versa.
For the equation $x + y = 5$:
- If $x=1$, then $1+y=5$, so $y=4$. The solution is $(1, 4)$.
- If $x=10$, then $10+y=5$, so $y=-5$. The solution is $(10, -5)$.
- If $y=0$, then $x+0=5$, so $x=5$. The solution is $(5, 0)$.
You can continue finding pairs like this forever. Each pair represents a single point on the graph.
Graph of a Linear Equation
The graph of a linear equation in two variables is a straight line. This line is a visual collection of all the infinite solutions to the equation.
- Every point $(x, y)$ that lies on the line is a solution.
- Every solution $(x, y)$ corresponds to a point on the line.
Steps to Draw the Graph
- Isolate a variable: It's often easiest to rearrange the equation to solve for $y$ (e.g., write $ax+by+c=0$ as $y = -\frac{a}{b}x - \frac{c}{b}$).
- Find at least two solutions: Choose simple values for $x$ and calculate the corresponding $y$ values. A great strategy is to find the intercepts:
- Set $x=0$ to find the y-intercept (where the line crosses the y-axis).
- Set $y=0$ to find the x-intercept (where the line crosses the x-axis).
- Create a solution table: Organize the $(x, y)$ pairs in a table.
- Plot the points and draw the line: Plot the points on a graph and connect them with a straight line. Add arrows to both ends to show it continues infinitely.
Worked Examples
Example 1. Draw the graph of the equation $x + y = 5$.
Answer:
Solution
Step 1: Isolate y.
$y = 5 - x$
Step 2: Find solutions.
- If $x = 0$, then $y = 5 - 0 = 5$. Solution: $(0, 5)$ (y-intercept).
- If $y = 0$, then $0 = 5 - x \implies x = 5$. Solution: $(5, 0)$ (x-intercept).
- If $x = 2$, then $y = 5 - 2 = 3$. Solution: $(2, 3)$ (check point).
Step 3: Create a solution table.
| x | y |
|---|---|
| 0 | 5 |
| 5 | 0 |
| 2 | 3 |
Step 4: Plot points and draw the line.
Plot the points $(0, 5)$, $(5, 0)$, and $(2, 3)$ on a graph and connect them with a straight line.
Answer: The graph of $x+y=5$ is a straight line passing through points like $(0,5)$ and $(5,0)$.
Example 2. Draw the graph of the equation $2x - y = 4$.
Answer:
Solution
Step 1: Isolate y.
$2x - 4 = y$, or more commonly, $y = 2x - 4$.
Step 2: Find solutions.
- If $x = 0$, then $y = 2(0) - 4 = -4$. Solution: $(0, -4)$ (y-intercept).
- If $y = 0$, then $0 = 2x - 4 \implies 2x = 4 \implies x = 2$. Solution: $(2, 0)$ (x-intercept).
- If $x = 3$, then $y = 2(3) - 4 = 6 - 4 = 2$. Solution: $(3, 2)$ (check point).
Step 3: Create a solution table.
| x | y |
|---|---|
| 0 | -4 |
| 2 | 0 |
| 3 | 2 |
Step 4: Plot points and draw the line.
Plot the points $(0, -4)$, $(2, 0)$, and $(3, 2)$ on a graph and connect them.
Answer: The graph of $2x-y=4$ is a straight line passing through points like $(0,-4)$ and $(2,0)$.
Example 3. Draw the graphs of the equations (i) $x = 3$ and (ii) $y = -2$.
Answer:
Part (i): Graph of $x=3$
The equation $x=3$ can be written in standard form as $1x + 0y - 3 = 0$. This means that for any solution, the value of $x$ must be 3, while the value of $y$ can be anything.
Solutions: Some solutions are $(3, 0), (3, 2), (3, -4)$, etc.
Graph: When we plot these points, we see they all lie on a vertical line that passes through $x=3$ on the x-axis.
Part (ii): Graph of $y=-2$
The equation $y=-2$ can be written as $0x + 1y + 2 = 0$. This means that for any solution, the value of $y$ must be -2, while the value of $x$ can be anything.
Solutions: Some solutions are $(0, -2), (4, -2), (-1, -2)$, etc.
Graph: When we plot these points, we see they all lie on a horizontal line that passes through $y=-2$ on the y-axis.
Answer: The graph of $x=3$ is a vertical line parallel to the y-axis. The graph of $y=-2$ is a horizontal line parallel to the x-axis.
Geometrical Representation of a Pair of Linear Equations
While a single linear equation in two variables represents one straight line with infinite solutions, a pair of linear equations considers two such equations simultaneously. The goal is to find a solution that satisfies both equations at the same time.
The general form for a pair of linear equations in variables $x$ and $y$ is:
$a_1x + b_1y + c_1 = 0$
... (i)
$a_2x + b_2y + c_2 = 0$
... (ii)
where $a_1, b_1, c_1, a_2, b_2, c_2$ are real numbers, and for each equation, the coefficients of $x$ and $y$ are not both zero ($a_1^2 + b_1^2 \neq 0$ and $a_2^2 + b_2^2 \neq 0$).
A solution to this pair of equations is an ordered pair $(x, y)$ that makes both equations true simultaneously. It's the "master key" that unlocks both locks.
Geometrical Interpretation: Two Lines on a Plane
Geometrically, a pair of linear equations represents a pair of straight lines drawn on the same coordinate plane. The solution to the pair of equations is found where the two lines meet, as this intersection point is the only point that lies on both lines.
When you draw two lines on a plane, there are only three possible outcomes for how they can relate to each other. Each outcome corresponds to a different type of solution for the pair of equations.
Case 1: Intersecting Lines (Exactly One Solution)
The two lines cross each other at a single, unique point. This point of intersection is the one and only point that satisfies both equations.
- Number of Solutions: Exactly one.
- System Type: A system with at least one solution is called a consistent system.
Case 2: Parallel Lines (No Solution)
The two lines run in the same direction, like railway tracks, and never meet, no matter how far they are extended. Since they never intersect, there is no point that is common to both lines.
- Number of Solutions: None.
- System Type: A system with no solution is called an inconsistent system.
Case 3: Coincident Lines (Infinitely Many Solutions)
The two equations actually represent the exact same line. One line lies perfectly on top of the other. This usually happens when one equation is just a multiple of the other (e.g., $x+y=2$ and $2x+2y=4$).
- Number of Solutions: Infinitely many. Every point on the line is a solution.
- System Type: This system is also consistent because solutions exist. More specifically, it is called a dependent system because the two equations are not independent of each other.
Summary of Possibilities
| Geometrical Representation | Number of Solutions | System Classification |
|---|---|---|
| Intersecting Lines | Exactly one unique solution | Consistent |
| Parallel Lines | No solution | Inconsistent |
| Coincident Lines | Infinitely many solutions | Consistent and Dependent |
Consistent and Inconsistent Systems of Linear Equations
A pair of linear equations is often called a system of linear equations. The primary goal when working with a system is to determine if there's a common solution that satisfies both equations. This leads to the classification of systems as either consistent or inconsistent.
Consistent System of Linear Equations
A system of linear equations is called consistent if it has at least one solution. This means there is at least one ordered pair $(x, y)$ that makes both equations true.
Geometrically, a consistent system is represented by lines that meet or overlap. There are two possibilities:
1. Intersecting Lines (Unique Solution)
The lines cross at exactly one point. This point is the single, unique solution to the system.
2. Coincident Lines (Infinitely Many Solutions)
The two equations represent the exact same line. Since every point on the line is a solution to both, there are infinite solutions. This type of consistent system is also called dependent.
Inconsistent System of Linear Equations
A system of linear equations is called inconsistent if it has no solution. This means there is no ordered pair $(x, y)$ that can satisfy both equations at the same time.
Geometrically, an inconsistent system is represented by two distinct parallel lines. Since parallel lines never intersect, there is no common point, and therefore no solution.
The Algebraic Test: Conditions for Consistency
We can determine if a system is consistent or inconsistent without drawing the graphs. We do this by comparing the ratios of the coefficients of the two equations.
Consider the system:
$a_1x + b_1y + c_1 = 0$
... (i)
$a_2x + b_2y + c_2 = 0$
... (ii)
The nature of the system depends on the relationship between the ratios $\frac{a_1}{a_2}$, $\frac{b_1}{b_2}$, and $\frac{c_1}{c_2}$.
| Ratio Comparison | Graphical Representation | Algebraic Interpretation | System Classification |
|---|---|---|---|
| $\frac{a_1}{a_2} \neq \frac{b_1}{b_2}$ | Intersecting Lines | Exactly one solution (unique) | Consistent |
| $\frac{a_1}{a_2} = \frac{b_1}{b_2} = \frac{c_1}{c_2}$ | Coincident Lines | Infinitely many solutions | Consistent (and Dependent) |
| $\frac{a_1}{a_2} = \frac{b_1}{b_2} \neq \frac{c_1}{c_2}$ | Parallel Lines | No solution | Inconsistent |
Worked Examples
Example 1. By comparing the ratios of coefficients, determine whether the system $5x - 4y + 8 = 0$ and $7x + 6y - 9 = 0$ is consistent or inconsistent. Describe the graphical representation.
Answer:
Solution
The given equations are:
$5x - 4y + 8 = 0 \implies a_1 = 5, b_1 = -4, c_1 = 8$
$7x + 6y - 9 = 0 \implies a_2 = 7, b_2 = 6, c_2 = -9$
Now, we find the ratios:
$\frac{a_1}{a_2} = \frac{5}{7}$
$\frac{b_1}{b_2} = \frac{-4}{6} = -\frac{2}{3}$
We only need to compare the first two ratios. Since $\frac{5}{7} \neq -\frac{2}{3}$, we have the condition:
$\frac{a_1}{a_2} \neq \frac{b_1}{b_2}$
This condition corresponds to intersecting lines, which means the system has a unique solution.
Answer: The pair of linear equations is consistent and its graph consists of two lines intersecting at a single point.
Example 2. By comparing the ratios of coefficients, determine whether the system $6x - 3y + 10 = 0$ and $2x - y + 9 = 0$ is consistent or inconsistent. Describe the graphical representation.
Answer:
Solution
The given equations are:
$6x - 3y + 10 = 0 \implies a_1 = 6, b_1 = -3, c_1 = 10$
$2x - y + 9 = 0 \implies a_2 = 2, b_2 = -1, c_2 = 9$
Now, we find the ratios:
$\frac{a_1}{a_2} = \frac{6}{2} = 3$
$\frac{b_1}{b_2} = \frac{-3}{-1} = 3$
$\frac{c_1}{c_2} = \frac{10}{9}$
Comparing these ratios, we find that the first two are equal, but the third is different:
$\frac{a_1}{a_2} = \frac{b_1}{b_2} \neq \frac{c_1}{c_2}$
This condition corresponds to parallel lines, which means the system has no solution.
Answer: The pair of linear equations is inconsistent and its graph consists of two parallel lines.
Example 3. By comparing the ratios of coefficients, determine whether the system $9x + 3y + 12 = 0$ and $18x + 6y + 24 = 0$ is consistent or inconsistent. Describe the graphical representation.
Answer:
Solution
The given equations are:
$9x + 3y + 12 = 0 \implies a_1 = 9, b_1 = 3, c_1 = 12$
$18x + 6y + 24 = 0 \implies a_2 = 18, b_2 = 6, c_2 = 24$
Now, we find the ratios:
$\frac{a_1}{a_2} = \frac{9}{18} = \frac{1}{2}$
$\frac{b_1}{b_2} = \frac{3}{6} = \frac{1}{2}$
$\frac{c_1}{c_2} = \frac{12}{24} = \frac{1}{2}$
Since all three ratios are equal, we have the condition:
$\frac{a_1}{a_2} = \frac{b_1}{b_2} = \frac{c_1}{c_2}$
This condition corresponds to coincident lines, which means the system has infinitely many solutions.
Answer: The pair of linear equations is consistent and dependent, and its graph consists of two coincident lines (appearing as a single line).
Graphical Method of Solving a Pair of Linear Equations
The graphical method is a visual way to solve a system of linear equations. Since each equation represents a straight line, finding the "solution" to the system is the same as finding the coordinates of the point(s) where these two lines meet. This point is the only one that lies on both lines, and therefore, its coordinates are the only ones that satisfy both equations.
Steps for the Graphical Method
To find the solution to a pair of linear equations graphically, follow these systematic steps:
- Prepare Each Equation: For each equation, find at least two solution pairs $(x, y)$. The easiest way is often to find the x- and y-intercepts:
- Find the y-intercept by setting $x=0$ and solving for $y$. This gives a point $(0, y)$.
- Find the x-intercept by setting $y=0$ and solving for $x$. This gives a point $(x, 0)$.
- Create Solution Tables: Organize the solution pairs for each equation into separate tables. This keeps your work neat and easy to read.
- Plot the Lines: On a single sheet of graph paper, draw a Cartesian coordinate system. Plot the points from the first table and connect them with a straight line. Label this line with its equation. Do the same for the second equation.
- Find the Solution from the Graph: Look at the two lines you have drawn and determine their relationship:
- If the lines intersect: They meet at one point. The coordinates of this point $(x, y)$ are the unique solution to the system.
- If the lines are parallel: They never meet. There is no solution to the system.
- If the lines are coincident: The two lines are identical. There are infinitely many solutions, as every point on the line is a solution.
- Verify the Solution (Highly Recommended): If you found a unique solution point, substitute its x and y values back into both original equations to make sure they are both true. This confirms your graphical result is accurate.
Worked Examples
Example 1. (Intersecting Lines) Solve the following system of equations graphically:
$x + 2y = 3$
$4x + 3y = 2$
Answer:
Solution
Step 1: Find solutions for each equation.
For Equation 1: $x + 2y = 3$ (or $y = \frac{3-x}{2}$)
- If $x = 1$, $y = \frac{3-1}{2} = 1$. Point: $(1, 1)$.
- If $x = 3$, $y = \frac{3-3}{2} = 0$. Point: $(3, 0)$.
For Equation 2: $4x + 3y = 2$ (or $y = \frac{2-4x}{3}$)
- If $x = -1$, $y = \frac{2-4(-1)}{3} = \frac{6}{3} = 2$. Point: $(-1, 2)$.
- If $x = 2$, $y = \frac{2-4(2)}{3} = \frac{-6}{3} = -2$. Point: $(2, -2)$.
Step 2: Create Solution Tables.
| x | y |
|---|---|
| 1 | 1 |
| 3 | 0 |
| x | y |
|---|---|
| -1 | 2 |
| 2 | -2 |
Step 3 & 4: Plot the lines and find the intersection.
Plot the points for each line on the same graph. You will see that the lines intersect at a single point.
From the graph, the point of intersection is clearly $(-1, 2)$.
Step 5: Verify the solution.
Check $(-1, 2)$ in both equations:
Eq 1: $(-1) + 2(2) = -1 + 4 = 3$. (True)
Eq 2: $4(-1) + 3(2) = -4 + 6 = 2$. (True)
Answer: The solution is $x = -1, y = 2$.
Example 2. (Parallel Lines) Solve the following system of equations graphically:
$x + 2y = 4$
$2x + 4y = 12$
Answer:
Solution
Step 1 & 2: Find solutions and create tables.
For Equation 1: $x + 2y = 4$ (or $y = \frac{4-x}{2}$)
- If $x = 0$, $y = \frac{4-0}{2} = 2$. Point: $(0, 2)$.
- If $x = 4$, $y = \frac{4-4}{2} = 0$. Point: $(4, 0)$.
For Equation 2: $2x + 4y = 12$ (or $y = \frac{12-2x}{4}$)
- If $x = 0$, $y = \frac{12-0}{4} = 3$. Point: $(0, 3)$.
- If $x = 6$, $y = \frac{12-12}{4} = 0$. Point: $(6, 0)$.
| x | y |
|---|---|
| 0 | 2 |
| 4 | 0 |
| x | y |
|---|---|
| 0 | 3 |
| 6 | 0 |
Step 3 & 4: Plot the lines and observe.
When we plot both lines on the same graph, we see that they are parallel and never intersect.
Answer: The lines are parallel, so there is no solution. The system is inconsistent.
Example 3. (Coincident Lines) Solve the following system of equations graphically:
$2x + 3y = 9$
$4x + 6y = 18$
Answer:
Solution
Step 1 & 2: Find solutions and create tables.
For Equation 1: $2x + 3y = 9$ (or $y = \frac{9-2x}{3}$)
- If $x = 0$, $y = \frac{9-0}{3} = 3$. Point: $(0, 3)$.
- If $x = 3$, $y = \frac{9-6}{3} = 1$. Point: $(3, 1)$.
For Equation 2: $4x + 6y = 18$ (or $y = \frac{18-4x}{6}$)
- If $x = 0$, $y = \frac{18-0}{6} = 3$. Point: $(0, 3)$.
- If $x = 3$, $y = \frac{18-12}{6} = 1$. Point: $(3, 1)$.
Notice that both equations yield the exact same solution points.
| x | y |
|---|---|
| 0 | 3 |
| 3 | 1 |
| x | y |
|---|---|
| 0 | 3 |
| 3 | 1 |
Step 3 & 4: Plot the lines and observe.
When we plot the points, we find that the points for both equations lie on the very same line. The lines are coincident.
Answer: The lines are coincident, which means there are infinitely many solutions. Any point on the line, such as $(0, 3)$ or $(3, 1)$, is a solution.
Algebraic Methods of Solving a Pair of Linear Equations
While the graphical method provides a visual understanding of solutions, it can be imprecise, especially with non-integer answers. Algebraic methods provide exact solutions by manipulating the equations directly. We will explore the three main algebraic methods.
1. The Substitution Method
The core idea of the Substitution Method is to solve one equation for one variable and then "substitute" that expression into the other equation. This reduces the system to a single equation with a single variable, which is easy to solve.
Steps for the Substitution Method:
- Isolate a Variable: Choose one equation and solve it for one variable (either $x$ or $y$). It's easiest to pick an equation where a variable has a coefficient of 1 or -1.
- Substitute: Plug the expression from Step 1 into the other equation. This will create a new equation with only one variable.
- Solve: Solve this new equation to find the numerical value of that variable.
- Back-Substitute: Substitute the value you just found back into the expression from Step 1 to find the value of the other variable.
- State the Solution: Write the solution as an ordered pair $(x, y)$ and verify it in both original equations.
Example 1. Solve the following pair of linear equations using the substitution method:
$7x - 15y = 2$
$x + 2y = 3$
Answer:
Solution
We are given:
$7x - 15y = 2$
... (1)
$x + 2y = 3$
... (2)
Step 1: Isolate a variable. Equation (2) is ideal for isolating $x$.
$x = 3 - 2y$
... (3)
Step 2: Substitute. Substitute this expression for $x$ into Equation (1).
$7(3 - 2y) - 15y = 2$
Step 3: Solve.
$21 - 14y - 15y = 2$
$21 - 29y = 2$
$-29y = 2 - 21$
$-29y = -19$
$y = \frac{19}{29}$
Step 4: Back-substitute. Put $y = \frac{19}{29}$ back into Equation (3).
$x = 3 - 2\left(\frac{19}{29}\right) = 3 - \frac{38}{29}$
$x = \frac{3 \times 29}{29} - \frac{38}{29} = \frac{87 - 38}{29} = \frac{49}{29}$
Answer: The solution is $x = \frac{49}{29}, y = \frac{19}{29}$.
Example 2. Solve the following system by substitution:
$2x + 3y = 9$
$4x + 6y = 18$
Answer:
Solution
Step 1: Isolate a variable. From the first equation, let's isolate $x$.
$2x = 9 - 3y \implies x = \frac{9 - 3y}{2}$
Step 2: Substitute this into the second equation.
$4\left(\frac{9 - 3y}{2}\right) + 6y = 18$
Step 3: Solve.
$\frac{\cancel{4}^{2}}{\cancel{2}_{1}}(9 - 3y) + 6y = 18$
$2(9 - 3y) + 6y = 18$
$18 - 6y + 6y = 18$
$18 = 18$
This is a true statement, but the variables have disappeared. This means the two equations are dependent (they represent the same line). There is no single unique solution.
Answer: The system has infinitely many solutions.
2. The Elimination Method
The Elimination Method works by adding or subtracting the two equations in order to eliminate one of the variables. This is done by first making the coefficients of one variable opposites (like +5 and -5) or identical.
Steps for the Elimination Method:
- Align Equations: Write the equations so that like terms are aligned in columns.
- Match Coefficients: Multiply one or both equations by suitable numbers so that the coefficients of one variable are either the same or opposites.
- Eliminate: Add the equations if the coefficients are opposites. Subtract the equations if the coefficients are the same. This will result in a new equation with only one variable.
- Solve: Solve this new equation for the remaining variable.
- Back-Substitute: Substitute the value you just found into either of the original equations to find the value of the other variable.
- State the Solution: Write the solution as an ordered pair $(x, y)$.
Example 3. Solve the following pair of linear equations using the elimination method:
$x + y = 5$
$2x - 3y = 4$
Answer:
Solution
We are given:
$x + y = 5$
... (1)
$2x - 3y = 4$
... (2)
Step 1 & 2: Match Coefficients. Let's eliminate $y$. The coefficients are +1 and -3. We can multiply Equation (1) by 3 to make them +3 and -3.
$3 \times (x + y = 5) \implies 3x + 3y = 15$ ... (3)
Step 3: Eliminate. Now we add Equation (2) and the new Equation (3) because the y-coefficients are opposites.
$\begin{array}{rcrcrcr} & 2x & - & 3y & = & 4 & \text{(Eq 2)} \\ + & (3x & + & 3y & = & 15) & \text{(Eq 3)} \\ \hline & 5x & + & 0y & = & 19 & \\ \hline \end{array}$
Step 4: Solve.
$5x = 19 \implies x = \frac{19}{5}$
Step 5: Back-substitute. Put $x = \frac{19}{5}$ into the simpler original equation, Equation (1).
$\frac{19}{5} + y = 5$
$y = 5 - \frac{19}{5} = \frac{25}{5} - \frac{19}{5} = \frac{6}{5}$
Answer: The solution is $x = \frac{19}{5}, y = \frac{6}{5}$.
Example 4. Solve the following pair of linear equations using the elimination method:
$2x + 3y = 8$
$4x + 6y = 7$
Answer:
Solution
Step 1 & 2: Match Coefficients. Let's eliminate $x$. Multiply the first equation by 2 to match the coefficient of $x$ in the second equation.
$2 \times (2x + 3y = 8) \implies 4x + 6y = 16$ ... (3)
Step 3: Eliminate. Now we subtract the second equation from our new equation (3).
$\begin{array}{rcrcrcr} & 4x & + & 6y & = & 16 & \text{(Eq 3)} \\ - & (4x & + & 6y & = & 7) & \text{(Eq 2)} \\ \hline & 0x & + & 0y & = & 9 & \\ \hline \end{array}$
Step 4: Solve.
$0 = 9$
This is a false statement. This means the system is inconsistent.
Answer: The system has no solution.
3. The Cross-Multiplication Method
The Cross-Multiplication Method is a formula-based approach that directly calculates the solution for a system with a unique solution. It is derived from the elimination method.
Steps for the Cross-Multiplication Method:
- Standard Form: First, write both equations in the standard form $ax + by + c = 0$.
- Identify Coefficients: Identify the coefficients $a_1, b_1, c_1$ from the first equation and $a_2, b_2, c_2$ from the second.
- Apply the Formula: Use the following formula to set up the relationships:
$\frac{x}{b_1c_2 - b_2c_1} = \frac{y}{c_1a_2 - c_2a_1} = \frac{1}{a_1b_2 - a_2b_1}$
A diagram can help remember the order of multiplication:
- Solve for x and y: Solve for $x$ by equating the first and last parts of the formula. Solve for $y$ by equating the second and last parts.
Example 5. Solve the following pair of linear equations using the cross-multiplication method:
$2x + 3y = 46$
$3x + 5y = 74$
Answer:
Solution
Step 1: Standard Form.
$2x + 3y - 46 = 0$
$3x + 5y - 74 = 0$
Step 2: Identify Coefficients.
$a_1 = 2, b_1 = 3, c_1 = -46$
$a_2 = 3, b_2 = 5, c_2 = -74$
Step 3: Apply the Formula.
$\frac{x}{b_1c_2 - b_2c_1} = \frac{x}{(3)(-74) - (5)(-46)} = \frac{x}{-222 - (-230)} = \frac{x}{8}$
$\frac{y}{c_1a_2 - c_2a_1} = \frac{y}{(-46)(3) - (-74)(2)} = \frac{y}{-138 - (-148)} = \frac{y}{10}$
$\frac{1}{a_1b_2 - a_2b_1} = \frac{1}{(2)(5) - (3)(3)} = \frac{1}{10 - 9} = \frac{1}{1}$
So, we have: $\frac{x}{8} = \frac{y}{10} = \frac{1}{1}$
Step 4: Solve for x and y.
$\frac{x}{8} = \frac{1}{1} \implies x = 8$
$\frac{y}{10} = \frac{1}{1} \implies y = 10$
Answer: The solution is $x = 8, y = 10$.
Example 6. Solve the system $x - 3y - 7 = 0$ and $3x - 3y - 15 = 0$ by cross-multiplication.
Answer:
Solution
Step 1 & 2: Coefficients.
$a_1 = 1, b_1 = -3, c_1 = -7$
$a_2 = 3, b_2 = -3, c_2 = -15$
Step 3: Apply the Formula.
$\frac{x}{b_1c_2 - b_2c_1} = \frac{x}{(-3)(-15) - (-3)(-7)} = \frac{x}{45 - 21} = \frac{x}{24}$
$\frac{y}{c_1a_2 - c_2a_1} = \frac{y}{(-7)(3) - (-15)(1)} = \frac{y}{-21 - (-15)} = \frac{y}{-6}$
$\frac{1}{a_1b_2 - a_2b_1} = \frac{1}{(1)(-3) - (3)(-3)} = \frac{1}{-3 - (-9)} = \frac{1}{6}$
So, we have: $\frac{x}{24} = \frac{y}{-6} = \frac{1}{6}$
Step 4: Solve for x and y.
$\frac{x}{24} = \frac{1}{6} \implies x = \frac{24}{6} = 4$
$\frac{y}{-6} = \frac{1}{6} \implies y = \frac{-6}{6} = -1$
Answer: The solution is $x = 4, y = -1$.
Equations Reducible to a Pair of Linear Equations
Sometimes, we encounter pairs of equations that are not linear at first glance because the variables appear in the denominator, under a radical, or in some other non-linear form. However, many of these systems can be transformed or 'reduced' into a standard pair of linear equations by making a suitable substitution. Once the system is linear, we can solve it using any familiar algebraic method (elimination, substitution, etc.) and then convert the solution back to the original variables.
The General Strategy
- Identify the Pattern: Look for the non-linear expressions that are common in both equations (e.g., terms like $\frac{1}{x}$, $\frac{1}{y-2}$, or $\frac{1}{x+y}$).
- Make a Substitution: Introduce new variables (commonly $u$ and $v$) to represent these common non-linear expressions.
- Form a Linear System: Rewrite the original equations using these new variables. The result should be a standard pair of linear equations in terms of $u$ and $v$.
- Solve the Linear System: Solve this new system for $u$ and $v$ using the elimination or substitution method.
- Back-Substitute: Replace $u$ and $v$ with their original expressions in terms of $x$ and $y$. This will give you one or more simple equations.
- Solve for Original Variables: Solve these final equations to find the values of the original variables, $x$ and $y$.
- Verify: Check your final solution in the original, non-linear equations to ensure it is correct.
Worked Examples
Example 1. Solve the pair of equations:
$\frac{2}{x} + \frac{3}{y} = 13$
$\frac{5}{x} - \frac{4}{y} = -2$
Answer:
Solution
These equations are not linear. We can see the common terms are $\frac{1}{x}$ and $\frac{1}{y}$.
Step 1 & 2: Make a Substitution.
Let $u = \frac{1}{x}$ and $v = \frac{1}{y}$.
Step 3: Form a Linear System.
Substituting these into the original equations gives:
$2u + 3v = 13$
... (1)
$5u - 4v = -2$
... (2)
Step 4: Solve the Linear System. We use the elimination method. Multiply Eq (1) by 4 and Eq (2) by 3 to eliminate $v$.
$4 \times (2u + 3v = 13) \implies 8u + 12v = 52$ ... (3)
$3 \times (5u - 4v = -2) \implies 15u - 12v = -6$ ... (4)
Adding Eq (3) and (4):
$(8u + 15u) + (12v - 12v) = 52 - 6 \implies 23u = 46 \implies u = 2$.
Substitute $u=2$ into Eq (1):
$2(2) + 3v = 13 \implies 4 + 3v = 13 \implies 3v = 9 \implies v = 3$.
Step 5 & 6: Back-Substitute and Solve.
$u = \frac{1}{x} \implies 2 = \frac{1}{x} \implies x = \frac{1}{2}$
$v = \frac{1}{y} \implies 3 = \frac{1}{y} \implies y = \frac{1}{3}$
Answer: The solution is $x = \frac{1}{2}, y = \frac{1}{3}$.
Example 2. Solve the pair of equations:
$\frac{5}{x-1} + \frac{1}{y-2} = 2$
$\frac{6}{x-1} - \frac{3}{y-2} = 1$
Answer:
Solution
The common non-linear terms are $\frac{1}{x-1}$ and $\frac{1}{y-2}$.
Let $u = \frac{1}{x-1}$ and $v = \frac{1}{y-2}$.
The system becomes:
$5u + v = 2$
... (1)
$6u - 3v = 1$
... (2)
Using elimination, multiply Eq (1) by 3:
$15u + 3v = 6$ ... (3)
Add Eq (2) and (3):
$(6u - 3v) + (15u + 3v) = 1 + 6 \implies 21u = 7 \implies u = \frac{7}{21} = \frac{1}{3}$.
Substitute $u = \frac{1}{3}$ into Eq (1):
$5(\frac{1}{3}) + v = 2 \implies \frac{5}{3} + v = 2 \implies v = 2 - \frac{5}{3} = \frac{1}{3}$.
Now, back-substitute:
$u = \frac{1}{x-1} \implies \frac{1}{3} = \frac{1}{x-1} \implies x-1 = 3 \implies x = 4$.
$v = \frac{1}{y-2} \implies \frac{1}{3} = \frac{1}{y-2} \implies y-2 = 3 \implies y = 5$.
Answer: The solution is $x = 4, y = 5$.
Example 3. Solve the pair of equations:
$\frac{10}{x+y} + \frac{2}{x-y} = 4$
$\frac{15}{x+y} - \frac{5}{x-y} = -2$
Answer:
Solution
Let $u = \frac{1}{x+y}$ and $v = \frac{1}{x-y}$.
$10u + 2v = 4$
... (1)
$15u - 5v = -2$
... (2)
Multiply Eq (1) by 5 and Eq (2) by 2 to eliminate $v$.
$50u + 10v = 20$ ... (3)
$30u - 10v = -4$ ... (4)
Add Eq (3) and (4):
$80u = 16 \implies u = \frac{16}{80} = \frac{1}{5}$.
Substitute $u = \frac{1}{5}$ into Eq (1):
$10(\frac{1}{5}) + 2v = 4 \implies 2 + 2v = 4 \implies 2v = 2 \implies v = 1$.
Now, back-substitute:
$u = \frac{1}{x+y} \implies \frac{1}{5} = \frac{1}{x+y} \implies x+y = 5$ ... (5)
$v = \frac{1}{x-y} \implies 1 = \frac{1}{x-y} \implies x-y = 1$ ... (6)
We have another linear system to solve! Add Eq (5) and (6):
$(x+y) + (x-y) = 5 + 1 \implies 2x = 6 \implies x = 3$.
Substitute $x=3$ into Eq (5): $3+y=5 \implies y=2$.
Answer: The solution is $x = 3, y = 2$.
Example 4. Solve the pair of equations:
$\frac{7x - 2y}{xy} = 5$
$\frac{8x + 7y}{xy} = 15$
Answer:
Solution
First, we simplify the equations by splitting the fractions:
Eq 1: $\frac{7x}{xy} - \frac{2y}{xy} = 5 \implies \frac{7}{y} - \frac{2}{x} = 5$
Eq 2: $\frac{8x}{xy} + \frac{7y}{xy} = 15 \implies \frac{8}{y} + \frac{7}{x} = 15$
Now they are in a familiar form. Let $u = \frac{1}{x}$ and $v = \frac{1}{y}$.
$-2u + 7v = 5$
... (3)
$7u + 8v = 15$
... (4)
Multiply Eq (3) by 7 and Eq (4) by 2 to eliminate $u$.
$-14u + 49v = 35$ ... (5)
$14u + 16v = 30$ ... (6)
Add Eq (5) and (6):
$65v = 65 \implies v = 1$.
Substitute $v=1$ into Eq (3):
$-2u + 7(1) = 5 \implies -2u = -2 \implies u = 1$.
Back-substitute:
$u = \frac{1}{x} \implies 1 = \frac{1}{x} \implies x = 1$.
$v = \frac{1}{y} \implies 1 = \frac{1}{y} \implies y = 1$.
Answer: The solution is $x = 1, y = 1$.
Example 5. Solve the pair of equations:
$\frac{2}{\sqrt{x}} + \frac{3}{\sqrt{y}} = 2$
$\frac{4}{\sqrt{x}} - \frac{9}{\sqrt{y}} = -1$
Answer:
Solution
The non-linear terms are $\frac{1}{\sqrt{x}}$ and $\frac{1}{\sqrt{y}}$.
Let $u = \frac{1}{\sqrt{x}}$ and $v = \frac{1}{\sqrt{y}}$.
$2u + 3v = 2$
... (1)
$4u - 9v = -1$
... (2)
Multiply Eq (1) by 3 to eliminate $v$.
$6u + 9v = 6$ ... (3)
Add Eq (2) and (3):
$(4u - 9v) + (6u + 9v) = -1 + 6 \implies 10u = 5 \implies u = \frac{1}{2}$.
Substitute $u = \frac{1}{2}$ into Eq (1):
$2(\frac{1}{2}) + 3v = 2 \implies 1 + 3v = 2 \implies 3v = 1 \implies v = \frac{1}{3}$.
Back-substitute:
$u = \frac{1}{\sqrt{x}} \implies \frac{1}{2} = \frac{1}{\sqrt{x}} \implies \sqrt{x} = 2$. Squaring both sides, $x = 4$.
$v = \frac{1}{\sqrt{y}} \implies \frac{1}{3} = \frac{1}{\sqrt{y}} \implies \sqrt{y} = 3$. Squaring both sides, $y = 9$.
Answer: The solution is $x = 4, y = 9$.